home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Extra 10 / Erect Magazine Extra 10 - Disc 2.iso / mac / Menu.DIR / 00043.ls < prev    next >
Encoding:
Text File  |  1996-12-05  |  177 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("CLICK.aif")
  3.   set the visible of sprite (the clickOn + 3) to 1
  4.   set the movieRate of sprite 9 to 0
  5.   updateStage()
  6.   waittime(1)
  7.   go("Return")
  8. end
  9.